home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…rary 6 (Reseller Edition) / Apple Ref. & Pres. Lib.v6.0.toast / pc / 3-Presentations / Apple Demos / Training / Apple Scanner Training / Scanner Tech - Works / card_3010.txt < prev    next >
Text File  |  1990-04-02  |  4KB  |  206 lines

  1. -- card: 3010 from stack: in
  2. -- bmap block id: 9365
  3. -- flags: 0000
  4. -- background id: 6675
  5. -- name: QUESTION 1
  6. ----- HyperTalk script -----
  7. on closeCard
  8.   hide button id 17
  9. end closeCard
  10.  
  11.  
  12. -- part 2 (field)
  13. -- low flags: 01
  14. -- high flags: 0000
  15. -- rect: left=45 top=76 right=274 bottom=261
  16. -- title width / last selected line: 0
  17. -- icon id / first selected line: 0 / 0
  18. -- text alignment: 0
  19. -- font id: 3
  20. -- text size: 12
  21. -- style flags: 0
  22. -- line height: 16
  23. -- part name: 
  24.  
  25.  
  26. -- part 15 (field)
  27. -- low flags: 01
  28. -- high flags: 0000
  29. -- rect: left=20 top=51 right=69 bottom=283
  30. -- title width / last selected line: 0
  31. -- icon id / first selected line: 0 / 0
  32. -- text alignment: 1
  33. -- font id: 3
  34. -- text size: 14
  35. -- style flags: 256
  36. -- line height: 18
  37. -- part name: 
  38.  
  39.  
  40. -- part 17 (button)
  41. -- low flags: 80
  42. -- high flags: A003
  43. -- rect: left=345 top=248 right=270 bottom=445
  44. -- title width / last selected line: 0
  45. -- icon id / first selected line: 0 / 0
  46. -- text alignment: 1
  47. -- font id: 0
  48. -- text size: 12
  49. -- style flags: 0
  50. -- line height: 16
  51. -- part name: Reference
  52. ----- HyperTalk script -----
  53. on mouseUp
  54.   push card
  55.   visual iris open
  56.   go to card "Main"
  57.   hide card field "Message Center"
  58.   put card field "DIPP" into card field "Cover Card"
  59.   show card field "Cover Card"
  60.   show card field "Cover All"
  61.   show card button "Self-Check"
  62. end mouseUp
  63.  
  64.  
  65.  
  66. -- part 20 (field)
  67. -- low flags: 80
  68. -- high flags: 0000
  69. -- rect: left=324 top=160 right=197 bottom=491
  70. -- title width / last selected line: 0
  71. -- icon id / first selected line: 0 / 0
  72. -- text alignment: 0
  73. -- font id: 3
  74. -- text size: 12
  75. -- style flags: 0
  76. -- line height: 16
  77. -- part name: 
  78.  
  79.  
  80. -- part 28 (button)
  81. -- low flags: 00
  82. -- high flags: A003
  83. -- rect: left=363 top=163 right=185 bottom=429
  84. -- title width / last selected line: 0
  85. -- icon id / first selected line: 0 / 0
  86. -- text alignment: 1
  87. -- font id: 0
  88. -- text size: 12
  89. -- style flags: 0
  90. -- line height: 16
  91. -- part name: FALSE
  92. ----- HyperTalk script -----
  93. on mouseUp
  94.   play boing
  95.   show button id 17
  96. end mouseUp
  97.  
  98.  
  99.  
  100. -- part 29 (button)
  101. -- low flags: 00
  102. -- high flags: A003
  103. -- rect: left=363 top=132 right=154 bottom=429
  104. -- title width / last selected line: 0
  105. -- icon id / first selected line: 0 / 0
  106. -- text alignment: 1
  107. -- font id: 0
  108. -- text size: 12
  109. -- style flags: 0
  110. -- line height: 16
  111. -- part name: TRUE
  112. ----- HyperTalk script -----
  113. on mouseUp
  114.   play "Harpsichord" tempo 180 "a es eq es f# g# a b c#5q a4s aq"
  115.   wait for 2 seconds
  116.   hide button id 17
  117.   visual scroll right
  118.   go next
  119. end mouseUp
  120.  
  121.  
  122.  
  123.  
  124. -- part 33 (button)
  125. -- low flags: 00
  126. -- high flags: 0000
  127. -- rect: left=328 top=302 right=325 bottom=353
  128. -- title width / last selected line: 0
  129. -- icon id / first selected line: 0 / 0
  130. -- text alignment: 1
  131. -- font id: 0
  132. -- text size: 12
  133. -- style flags: 0
  134. -- line height: 16
  135. -- part name: New Button
  136. ----- HyperTalk script -----
  137. on mouseUp
  138.   visual effect scroll right
  139.   go to next card
  140. end mouseUp
  141.  
  142.  
  143.  
  144.  
  145. -- part 35 (button)
  146. -- low flags: 00
  147. -- high flags: 0000
  148. -- rect: left=157 top=302 right=325 bottom=182
  149. -- title width / last selected line: 0
  150. -- icon id / first selected line: 0 / 0
  151. -- text alignment: 1
  152. -- font id: 0
  153. -- text size: 12
  154. -- style flags: 0
  155. -- line height: 16
  156. -- part name: New Button
  157. ----- HyperTalk script -----
  158. on mouseUp
  159.   visual effect scroll left
  160.   go to prev card
  161. end mouseUp
  162.  
  163.  
  164.  
  165.  
  166. -- part 36 (button)
  167. -- low flags: 00
  168. -- high flags: A004
  169. -- rect: left=202 top=303 right=324 bottom=305
  170. -- title width / last selected line: 0
  171. -- icon id / first selected line: 0 / 0
  172. -- text alignment: 1
  173. -- font id: 0
  174. -- text size: 12
  175. -- style flags: 0
  176. -- line height: 16
  177. -- part name: How It Works
  178. ----- HyperTalk script -----
  179. on mouseUp
  180.   answer "Exit the Self-Check?" with "Yes" or "Cancel"
  181.   if it is "Yes" then
  182.     visual checkerboard to black
  183.     go to card id 7270
  184.   end if
  185.   if it is "Cancel" then
  186.     put "Cancel" into it
  187.   end if
  188. end  mouseUp
  189.  
  190.  
  191. -- part contents for card part 2
  192. ----- text -----
  193.  
  194.  
  195.  
  196. When the scanner is in line art or halftone mode, the output from the DIPP is 1 bit per pixel.  When it‚Äôs in grayscale mode, the output is 4 bits per pixel.
  197.  
  198.  
  199. -- part contents for card part 15
  200. ----- text -----
  201. Question
  202.  
  203. -- part contents for card part 20
  204. ----- text -----
  205. Only during routine 
  206. maintenance?